editIntentAt

@Nullable
open fun editIntentAt(index: Int): @Nullable Intent(source)

Return the intent at the specified index for modification. Useful if you need to modify the flags or extras of an intent that was previously added, for example with addParentStack.

Return

the intent at position index

Parameters

index

Index from 0-getIntentCount()